SwapCollection<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
SwapCollection<T> コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
CancelCollectionChanging | 変更操作がエンド ユーザーによりキャンセルされたかどうかを示す値を取得または設定します。 | |
Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Item | Gets or sets the element at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
SuppressMessages | System.ComponentModel.INotifyPropertyChanged 通知が抑制されるかどうかを示す値を取得します。 |
名前 | 解説 | |
---|---|---|
Add | Adds an object to the end of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
AddRange | 指定したコレクションの要素を、SwapCollection<T> の最後に追加します。 | |
Clear | Removes all elements from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Contains | Determines whether an element is in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
GetEnumerator | Returns an enumerator that iterates through the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Insert | Inserts an element into the Collection at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
InsertRange | 指定されたインデックスの SwapCollection<T> にコレクションの要素を挿入します。 | |
Remove | Removes the first occurrence of a specific object from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
RemoveAt | Removes the element at the specified index of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
RemoveRange | SwapCollection<T> から指定した項目を削除します。 | |
SwapItems | オーバーロードされます。 SwapCollection<T> の 2 つの項目の位置を入れ替えます。 |
名前 | 解説 | |
---|---|---|
AddRangeInternal | ある範囲の項目を SwapCollection<T> オブジェクトに追加します。 | |
ClearItems | オーバーライドされます。 SwapCollection<T> からすべての要素を削除します。 | |
ClearItemsInternal | SwapCollection<T> からすべての要素を削除します。 | |
InsertItem | オーバーライドされます。 指定されたインデックスの SwapCollection<T> に要素を挿入します。 | |
InsertItemInternal | 指定されたインデックスの SwapCollection<T> に要素を挿入します。 | |
InsertRangeInternal | ある範囲の要素を、SwapCollection<T> の指定したインデックスに挿入します。 | |
OnCollectionChanged | CollectionChanged イベントを発生します。 | |
OnCollectionChanging | CollectionChanging イベントを発生します。 | |
OnPropertyChanged | PropertyChanged イベントを発生させます。要素上に存在する 1 つ以上のプロパティの有効な値が変化したときに呼び出されます。 | |
RemoveInternal | 指定した項目をコレクションから削除します。 | |
RemoveItem | オーバーライドされます。 SwapCollection<T> の指定したインデックスにある要素を削除します。 | |
RemoveRangeInternal | 通知メッセージが抑止されるときに、指定した項目の範囲を削除します。 | |
SetItem | Replaces the element at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
SwapItemsInternal | オーバーロードされます。 指定した index にプッシュするときに、items の項目を入れ替えます。 |
名前 | 解説 | |
---|---|---|
CollectionChanged | コレクション内の項目が変化するか、コレクション全体が変化したときに発生します。 | |
CollectionChanging | コレクション内の項目が変化しようとしている場合、またはコレクション全体が変化しようとしている場合に発生します。 | |
PropertyChanged | プロパティ値を変更するときに発生します。 |